- Description:
This key defines the default value of the "Title" field in your Pull Request.
This key has no default.
- Appears in:
└── pull_request_templates └── [*] └── title- Type:
string- Examples:
In this example, the
titlefield of our Pull Request template is populated by the string "Updates to..." by default.Copied to clipboardpull_request_templates: - label: Content Update title: Updates to... body: In this update, I have made the following changes...{ "pull_request_templates": [ { "label": "Content Update", "title": "Updates to...", "body": "In this update, I have made the following changes..." } ] }